From 727d8538b2db962619deff7a1521f9176746371d Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Fri, 27 Aug 2004 10:19:33 +0000 Subject: [PATCH] bitkeeper revision 1.1159.53.7 (412f0ab5oS0qMRsN8oxi1yN_HDC1Ew) Prevent vmlinux.lds.s getting built with incorrect arguments (missing -Ui386). --- linux-2.6.8.1-xen-sparse/arch/xen/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6.8.1-xen-sparse/arch/xen/kernel/Makefile b/linux-2.6.8.1-xen-sparse/arch/xen/kernel/Makefile index d4a167e6e1..3c9542d659 100644 --- a/linux-2.6.8.1-xen-sparse/arch/xen/kernel/Makefile +++ b/linux-2.6.8.1-xen-sparse/arch/xen/kernel/Makefile @@ -4,7 +4,7 @@ XENARCH := $(subst ",,$(CONFIG_XENARCH)) -$(obj)/vmlinux.lds.s: arch/$(ARCH)/$(XENARCH)/kernel/vmlinux.lds.s +$(obj)/vmlinux.lds.s: @ln -fsn $(srctree)/arch/$(ARCH)/$(XENARCH)/kernel/vmlinux.lds.s $@ extra-y += vmlinux.lds.s -- 2.30.2